[INFO] fetching crate ntex-bytes 1.7.6...
[INFO] fixing ntex-bytes-1.7.6 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate ntex-bytes 1.7.6 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate ntex-bytes 1.7.6
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ntex-bytes 1.7.6
[INFO] tweaked toml for crates.io crate ntex-bytes 1.7.6 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ntex-bytes 1.7.6 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ntex-bytes 1.7.6 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_test v1.0.177
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 166bea142e7e4d5f34e44b3dfeb0ff35f3c2934ef09d44db8d3c223315034e77
[INFO] running `Command { std: "docker" "start" "166bea142e7e4d5f34e44b3dfeb0ff35f3c2934ef09d44db8d3c223315034e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "166bea142e7e4d5f34e44b3dfeb0ff35f3c2934ef09d44db8d3c223315034e77" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "166bea142e7e4d5f34e44b3dfeb0ff35f3c2934ef09d44db8d3c223315034e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "166bea142e7e4d5f34e44b3dfeb0ff35f3c2934ef09d44db8d3c223315034e77" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_test v1.0.177
[INFO] [stderr]     Checking ntex-bytes v1.7.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0407]: method `bytes` is not a member of trait `Buf`
[INFO] [stdout]   --> benches/buf.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | /     fn bytes(&self) -> &[u8] {
[INFO] [stdout] 57 | |         if self.readlen == 0 {
[INFO] [stdout] 58 | |             Default::default()
[INFO] [stdout] 59 | |         } else {
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `Buf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0407]: method `bytes` is not a member of trait `Buf`
[INFO] [stdout]   --> benches/buf.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 | /     fn bytes(&self) -> &[u8] {
[INFO] [stdout] 91 | |         self.inner.bytes()
[INFO] [stdout] 92 | |     }
[INFO] [stdout]    | |_____^ not a member of trait `Buf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `chunk`
[INFO] [stdout]   --> benches/buf.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | impl Buf for TestBuf {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^ missing `chunk` in implementation
[INFO] [stdout]    |
[INFO] [stdout]    = help: implement the missing item: `fn chunk(&self) -> &[u8] { todo!() }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `chunk`
[INFO] [stdout]   --> benches/buf.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl Buf for TestBufC {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^ missing `chunk` in implementation
[INFO] [stdout]    |
[INFO] [stdout]    = help: implement the missing item: `fn chunk(&self) -> &[u8] { todo!() }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `bytes` found for struct `TestBuf` in the current scope
[INFO] [stdout]   --> benches/buf.rs:91:20
[INFO] [stdout]    |
[INFO] [stdout] 10 | struct TestBuf {
[INFO] [stdout]    | -------------- method `bytes` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 91 |         self.inner.bytes()
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following trait defines an item `bytes`, perhaps you need to implement it:
[INFO] [stdout]            candidate #1: `std::io::Read`
[INFO] [stdout] help: there is a method `to_bytes` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 91 |         self.inner.to_bytes()
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Option<[u8; 1]>: ntex_bytes::Buf` is not satisfied
[INFO] [stdout]    --> benches/buf.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |                     let buf = &mut buf as &mut dyn Buf; // type erasure
[INFO] [stdout]     |                               ^^^^^^^^ the trait `ntex_bytes::Buf` is not implemented for `Option<[u8; 1]>`
[INFO] [stdout] ...
[INFO] [stdout] 162 |     bench!(option, option);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `ntex_bytes::Buf`:
[INFO] [stdout]               &[u8]
[INFO] [stdout]               &mut T
[INFO] [stdout]               &str
[INFO] [stdout]               Box<T>
[INFO] [stdout]               BytesMut
[INFO] [stdout]               TestBuf
[INFO] [stdout]               TestBufC
[INFO] [stdout]               ntex_bytes::Bytes
[INFO] [stdout]               std::io::Cursor<T>
[INFO] [stdout]     = note: required for the cast from `&mut Option<[u8; 1]>` to `&mut dyn ntex_bytes::Buf`
[INFO] [stdout]     = note: this error originates in the macro `bench` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `split_off` found for struct `BytesMut` in the current scope
[INFO] [stdout]   --> benches/bytes.rs:79:19
[INFO] [stdout]    |
[INFO] [stdout] 79 |     let _b2 = buf.split_off(1024);
[INFO] [stdout]    |                   ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `split` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 79 -     let _b2 = buf.split_off(1024);
[INFO] [stdout] 79 +     let _b2 = buf.split(1024);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ntex-bytes` (bench "bytes") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0046, E0277, E0407, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ntex-bytes` (bench "buf") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "166bea142e7e4d5f34e44b3dfeb0ff35f3c2934ef09d44db8d3c223315034e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "166bea142e7e4d5f34e44b3dfeb0ff35f3c2934ef09d44db8d3c223315034e77", kill_on_drop: false }`
[INFO] [stdout] 166bea142e7e4d5f34e44b3dfeb0ff35f3c2934ef09d44db8d3c223315034e77
